runtime.arenaIdx.l2 (method)
21 uses
runtime (current package)
malloc.go#L876: if l2[ri.l2()] != nil {
malloc.go#L913: atomic.StorepNoWB(unsafe.Pointer(&l2[ri.l2()]), unsafe.Pointer(r))
mcheckmark.go#L43: arena := mheap_.arenas[ai.l1()][ai.l2()]
mcheckmark.go#L109: arena := mheap_.arenas[ai.l1()][ai.l2()]
mcheckmark.go#L303: ha := mheap_.arenas[ai.l1()][ai.l2()]
mgc.go#L2127: ha := mheap_.arenas[ai.l1()][ai.l2()]
mgcmark.go#L414: ha := mheap_.arenas[ai.l1()][ai.l2()]
mheap.go#L649: func (i arenaIdx) l2() uint {
mheap.go#L705: if ri.l2() >= uint(len(mheap_.arenas[0])) {
mheap.go#L718: ha := l2[ri.l2()]
mheap.go#L733: return mheap_.arenas[ai.l1()][ai.l2()].spans[(p/pageSize)%pagesPerArena]
mheap.go#L759: arena = mheap_.arenas[ai.l1()][ai.l2()]
mheap.go#L770: if ri.l2() >= uint(len(mheap_.arenas[0])) {
mheap.go#L783: return l2[ri.l2()]
mheap.go#L928: ha := h.arenas[ai.l1()][ai.l2()]
mheap.go#L1051: ha := h.arenas[ai.l1()][ai.l2()]
mheap.go#L1056: ha = h.arenas[ai.l1()][ai.l2()]
mheap.go#L1075: ha := h.arenas[ai.l1()][ai.l2()]
mheap.go#L1985: ha := mheap_.arenas[ai.l1()][ai.l2()]
mheap.go#L1993: ha := mheap_.arenas[ai.l1()][ai.l2()]
mpagealloc.go#L624: if p.test || mheap_.arenas[ai.l1()] == nil || mheap_.arenas[ai.l1()][ai.l2()] == nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |